ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / TreeIndent Property

In This Topic
    TreeIndent Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the indent used to offset row groups of different levels.
    Syntax
    'Declaration
     
    Public Overridable Property TreeIndent As Integer
    public virtual int TreeIndent {get; set;}
    See Also